io-bmp.c (OneLine): Emit area_updated signal with proper
authorMatthias Clasen <matthiasc@src.gnome.org>
Tue, 28 Aug 2001 19:59:42 +0000 (19:59 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 28 Aug 2001 19:59:42 +0000 (19:59 +0000)
area information. (#52002)

gdk-pixbuf/ChangeLog
gdk-pixbuf/io-bmp.c

index c1ddbcb1f1e283a83a4baa04ceccdb534a8399bd..b120b2f983afcdac600f6d30ea05558aa310fb9d 100644 (file)
@@ -1,3 +1,8 @@
+Tue Aug 28 21:05:26 2001  Matthias Clasen  <matthiasc@poet.de>
+
+       * io-bmp.c (OneLine): Emit area_updated signal with proper
+       area information. (#52002)
+
 Tue Aug 28 20:03:43 2001  Matthias Clasen  <matthiasc@poet.de>
 
        * test-loaders.c (test_loader): Catch errors at close time. 
index 330aff8a5227999bc146c036ac0f4f89c7c026f1..ac8b3d5061044ef87b4e59624b2765e5008876c9 100644 (file)
@@ -639,7 +639,7 @@ static void OneLine(struct bmp_progressive_state *context)
                                          0,
                                          context->Lines,
                                          context->Header.width,
-                                         context->Header.height,
+                                         1,
                                          context->user_data);
 
        }